(imenu-syntax-alist): Add autoload cookie for
authorGerd Moellmann <gerd@gnu.org>
Mon, 29 Jan 2001 15:50:20 +0000 (15:50 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 29 Jan 2001 15:50:20 +0000 (15:50 +0000)
the `make-variable-buffer-local'.

lisp/imenu.el

index 486fb0d23946b7122bf22850f3004f2d16db61eb..3f3a174abf643e659be2fd317007689ab5a26e6c 100644 (file)
@@ -689,6 +689,7 @@ a string, all the characters in the string get the specified syntax.
 This is typically used to give word syntax to characters which
 normally have symbol syntax to simplify `imenu-expression'
 and speed-up matching.")
+;;;###autoload
 (make-variable-buffer-local 'imenu-syntax-alist)
 
 (defun imenu-default-create-index-function ()